home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 5 / SVM Multimedia - Villagina 5.iso / mac / SVMM_5 / MAIRIE.DIR / 00067_Script_67 < prev    next >
Text File  |  1996-01-11  |  293b  |  11 lines

  1. on mouseUp
  2.   global gfrommarker,gfrommovie, separateur,enigme
  3.   if enigme = 5 then
  4.     sound stop 1
  5.     sonmoney
  6.   else
  7.     set gfrommovie = the pathname & the movie
  8.     set gfrommarker = "20.VIII"
  9.     go to "lampe" of movie the pathname & "dtv" &separateur& "DetV.DIR"
  10.   end if 
  11. end